php string to uppercase

36

$str = strtolower($str);
string strtoupper ( $string )

Comments

Submit
0 Comments